home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / bison / bison1~1.zoo / ChangeLog < prev    next >
Encoding:
Text File  |  1991-09-25  |  18.9 KB  |  572 lines

  1. Tue Jan 15 23:41:33 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  2.  
  3.     * Version 1.14.
  4.  
  5.     * output.c (output_rule_data): Handle NULL in tags[i].
  6.  
  7. Fri Jan 11 17:27:24 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  8.  
  9.     * bison.simple: On MSDOS, include malloc.h.
  10.  
  11. Sat Dec 29 19:59:55 1990  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
  12.  
  13.     * files.c: Use `mallocate' instead of `xmalloc' so no extra decl is
  14.     needed. 
  15.  
  16. Wed Dec 19 18:31:21 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  17.  
  18.     * reader.c (readgram): Alternate YYSTYPE defn for MSDOS.
  19.     * files.c [MSDOS]: Declare xmalloc.
  20.  
  21. Thu Dec 13 12:45:54 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  22.  
  23.     * output.c (output_rule_data): Put all symbols in yytname.
  24.  
  25.     * bison.simple (yyparse): Delete extra fprintf arg
  26.     when printing a result of reduction.
  27.  
  28. Mon Dec 10 13:55:15 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  29.  
  30.     * reader.c (packsymbols): Don't declare yylval if pure_parser.
  31.  
  32. Tue Oct 30 23:38:09 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  33.  
  34.     * Version 1.12.
  35.  
  36.     * LR0.c (augment_automaton): Fix bugs adding sp2 to chain of shifts.
  37.  
  38. Tue Oct 23 17:41:49 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  39.  
  40.     * bison.simple: Don't define alloca if already defined.
  41.  
  42. Sun Oct 21 22:10:53 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  43.  
  44.     * getopt.c: On VMS, use string.h.
  45.  
  46.     * main.c (main): Return type int.
  47.  
  48. Mon Sep 10 16:59:01 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  49.  
  50.     * output.c (output_headers): Output macro defs for -p.
  51.  
  52.     * reader.c (readgram): Handle consecutive actions.
  53.  
  54.     * getargs.c (getargs): Rename -a to -p.
  55.     * files.c (openfiles): Change names used for -b.
  56.  
  57. Mon Aug 27 00:30:15 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  58.  
  59.     * reduce.c (reduce_grammar_tables): Don't map rlhs of disabled rule.
  60.  
  61. Sun Aug 26 13:43:32 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  62.  
  63.     * closure.c (print_firsts, print_fderives): Use BITISSET to test bits.
  64.  
  65. Thu Aug 23 22:13:40 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  66.  
  67.     * closure.c (print_firsts): vrowsize => varsetsize.
  68.     (print_fderives): rrowsize => rulesetsize.
  69.  
  70. Fri Aug 10 15:32:11 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  71.  
  72.     * bison.simple (alloca): Don't define if already defined.
  73.     (__yy_bcopy): Alternate definition for C++.
  74.  
  75. Wed Jul 11 00:46:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  76.  
  77.     * getargs.c (getargs): Mention +yacc in usage message.
  78.  
  79. Tue Jul 10 17:29:08 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  80.  
  81.     * reader.c (parse_token_decl, copy_action):
  82.     Set value_components_used if appropriate.
  83.     (readgram): Inhibit output of YYSTYPE definition in that case.
  84.  
  85. Sat Jun 30 13:47:57 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  86.  
  87.     * output.c (output_parser): Define YYPURE if pure, and not otherwise.
  88.     Don't define YYIMPURE.
  89.     * bison.simple: Adjust conditionals accordingly.
  90.     * bison.simple (YYLEX): If locations not in use, don't pass &yylloc.
  91.  
  92. Thu Jun 28 12:32:21 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  93.  
  94.     * getargs.c (longopts): Add `yacc'.
  95.  
  96. Thu Jun 28 00:40:21 1990  David J. MacKenzie  (djm at apple-gunkies)
  97.  
  98.     * getargs.c (getargs): Add long options.
  99.     * Makefile: Link with getopt1.o and add getopt1.c and getopt.h to
  100.     dist. 
  101.  
  102.     * Move version number and description back into version.c from
  103.     Makefile and getargs.c.
  104.     * Makefile (dist): Extract version number from version.c.
  105.  
  106. Tue Jun 26 13:16:35 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  107.  
  108.     * output.c (output): Always call output_gram.
  109.     * bison.simple (yyparse): Print rhs and lhs symbols of reduction rule.
  110.  
  111. Thu Jun 21 00:15:40 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  112.  
  113.     * main.c: New global var `program_name' to hold argv[0] for error
  114.     messages.
  115.     * allocate.c, files.c, getargs.c, reader.c: Use `program_name'
  116.     in messages instead of hardcoded "bison".
  117.  
  118. Wed Jun 20 23:38:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  119.  
  120.     * Makefile: Specify Bison version here.  Add rule to pass it to
  121.     version.c.  Encode it in distribution directory and tar file names.
  122.     * version.c: Use version number from Makefile.
  123.     * getargs.c (getargs): Print additional text that used to be part of
  124.     version_string in version.c.  Use -V instead of -version to print
  125.     Bison version info.  Print a usage message and exit if given an
  126.     invalid option.
  127.  
  128. Tue Jun 19 01:15:18 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  129.  
  130.     * bison.simple: Fix a #line.
  131.  
  132.     * Makefile (INSTALL): New parameter.
  133.     (install): Use that.
  134.     (CFLAGS): Move definition to top.
  135.  
  136. Sun Jun 17 17:10:21 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  137.  
  138.     * reader.c (parse_type_decl): Ignore semicolon.
  139.     Remove excess % from error messages.
  140.  
  141. Sat Jun 16 19:15:48 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  142.  
  143.     * Version 1.11.
  144.  
  145.     * Makefile (install): Ensure installed files readable.
  146.  
  147. Tue Jun 12 12:50:56 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  148.  
  149.     * getargs.c: Declare spec_file_prefix
  150.  
  151.     * lex.c (lex): \a is '\007' instead of '007'
  152.  
  153.     * reader.c: include machine.h
  154.  
  155.     * files.h: Declare extern spec_name_prefix.
  156.  
  157.     Trivial patch from Thorsten Ohl (td12@ddagsi3.bitnet)
  158.  
  159. Thu May 31 22:00:16 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  160.  
  161.     * Version 1.10.
  162.  
  163.     * bison.simple (YYBACKUP, YYRECOVERING): New macros.
  164.     (YYINITDEPTH): This is what used to be YYMAXDEPTH.
  165.     (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
  166.     If the value is 0, use the default instead.
  167.     (yyparse): Return 2 on stack overflow.
  168.  
  169. Wed May 30 21:09:07 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  170.  
  171.     * bison.simple (YYERROR): Jump to new label; don't print error message.
  172.     (yyparse): Define label yyerrlab1.
  173.  
  174. Wed May 16 13:23:58 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  175.  
  176.     * files.c (openfiles): Support -b.
  177.     * getargs.c (getargs): Likewise.
  178.  
  179.     * reader.c (readgram): Error if too many symbols.
  180.  
  181.     * lex.c (lex): Handle \a.  Make error msgs more reliable.
  182.     * reader.c (read_declarations): Make error msgs more reliable.
  183.  
  184. Sun May 13 15:03:37 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  185.  
  186.     * Version 1.09.
  187.  
  188.     * reduce.c (reduce_grammar_tables): Fix backward test.
  189.  
  190. Sat May 12 21:05:34 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  191.  
  192.     * Makefile (bison-dist.*): Rename targets and files to bison.*.
  193.     (bison.tar): Make tar file to unpack into subdirectory named `bison'.
  194.  
  195. Mon Apr 30 03:46:58 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  196.  
  197.     * reduce.c (reduce_grammar_tables): Set rlhs to -1 for useless rules.
  198.     * nullable.c (set_nullable): Ignore those rules.
  199.     * derives.c (set_derives): Likewise.
  200.  
  201. Mon Apr 23 15:16:09 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  202.  
  203.     * bison.simple (yyparse): Mention rule number as well as line number.
  204.  
  205. Thu Mar 29 00:00:43 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  206.  
  207.     * bison.simple (__yy_bcopy): New function.
  208.     (yyparse): Use that, not bcopy.
  209.  
  210. Wed Mar 28 15:23:51 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  211.  
  212.     * print.c (print_actions): Don't alter i and j spuriously when errp==0.
  213.  
  214. Mon Mar 12 16:22:18 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  215.  
  216.     * bison.simple [__GNUC__]: Use builtin_alloca.
  217.  
  218. Wed Mar  7 21:11:36 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  219.  
  220.     * Makefile (install): Use mergedir.awk to process bison.simple
  221.     for installation.
  222.  
  223.     * bison.simple (yyparse): New feature to include possible valid
  224.     tokens in parse error message.
  225.  
  226. Sat Mar  3 14:10:56 1990  Richard Stallman  (rms at geech)
  227.  
  228.     * Version 1.08.
  229.  
  230. Mon Feb 26 16:32:21 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  231.  
  232.     * print.c (print_actions)
  233.     conflicts.c (print_reductions): Change "shift %d" to
  234.     "shift, and go to state %d" and "reduce %d" to "reduce using rule %d"
  235.     and "goto %d" to "go to state %d".
  236.     print.c (print_core): Change "(%d)" to "(rule %d)".
  237.  
  238. Tue Feb 20 14:22:47 EST 1990    Jay Fenlason (hack @ wookumz.ai.mit.edu)
  239.  
  240.     * bison.simple:  Comment out unused yyresume: label.
  241.  
  242. Fri Feb  9 16:14:34 EST 1990    Jay Fenlason (hack @ wookumz.ai.mit.edu)
  243.  
  244.     * bison.simple :  surround all declarations and (remaining) uses of
  245.     yyls* and yylloc with #ifdef YYLSP_NEEDED  This will significantly
  246.     cut down on stack usage, and gets rid of unused-variable msgs from
  247.     GCC.
  248.  
  249. Wed Jan 31 13:06:08 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  250.  
  251.     * files.c (done) [VMS]: Don't delete files that weren't used.
  252.     [VMS]: Let user override XPFILE and XPFILE1.
  253.  
  254. Wed Jan  3 15:52:28 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  255.  
  256.     * Version 1.07.
  257.  
  258. Sat Dec 16 15:50:21 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  259.  
  260.     * gram.c (dummy): New function.
  261.  
  262.     * reader.c (readgram): Detect error if two consec actions.
  263.  
  264. Wed Nov 15 02:06:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  265.  
  266.     * reduce.c (reduce_grammar_tables): Update rline like other tables.
  267.  
  268.     * Makefile (install): Install the man page.
  269.  
  270. Sat Nov 11 03:21:58 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  271.  
  272.     * output.c (output_rule_data): Write #if YYDEBUG around yyrline.
  273.  
  274. Wed Oct 18 13:07:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  275.  
  276.     * Version 1.06.
  277.  
  278.     * vmsgetargs.c (getargs): Downcase specified output file name.
  279.  
  280. Fri Oct 13 17:48:14 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  281.  
  282.     * reader.c (readgram): Warn if there is no default to use for $$
  283.     and one is needed.
  284.  
  285. Fri Sep 29 12:51:53 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  286.  
  287.     * Version 1.05.
  288.  
  289.     * vmsgetargs.h (getargs): Process outfile option.
  290.  
  291. Fri Sep  8 03:05:14 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  292.  
  293.     * Version 1.04.
  294.  
  295.     * reader.c (parse_union_decl): Count newlines even in comments.
  296.  
  297. Wed Sep  6 22:03:19 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  298.  
  299.     * files.c (openfiles): short_base_length was always == base_length.
  300.  
  301. Thu Aug 24 16:55:06 1989  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
  302.  
  303.     * Version 1.03.
  304.  
  305.     * files.c (openfiles): Write output into same dir as input, by default.
  306.  
  307. Wed Aug 23 15:03:07 1989  Jay Fenlason  (hack at gnu)
  308.  
  309.     * Makefile: Include system.h in bison-dist.tar
  310.  
  311. Tue Aug 15 22:30:42 1989  Richard Stallman  (rms at hobbes.ai.mit.edu)
  312.  
  313.     * version 1.03.
  314.  
  315.     * reader.c (reader): Output LTYPESTR to fdefines
  316.     only after reading the grammar.
  317.  
  318. Sun Aug  6 16:55:23 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  319.  
  320.     * reader.c (read_declarations): Put space before comment
  321.     to avoid bug in Green Hills C compiler.
  322.  
  323. Mon Jun 19 20:14:01 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  324.  
  325.     * allocate.c (xmalloc): New function.
  326.  
  327. Fri Jun 16 23:59:40 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  328.  
  329.     * build.com: Compile and link reduce.c.
  330.  
  331. Fri Jun  9 23:00:54 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  332.  
  333.     * reduce.c (reduce_grammar_tables): Adjust start_symbol when #s change.
  334.  
  335. Sat May 27 17:57:29 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  336.  
  337.     * reader.c (copy_definition, copy_guard): Don't object to \-newline
  338.     inside strings.
  339.  
  340. Mon May 22 12:30:59 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  341.  
  342.     * files.c (openfiles): Alternate file names for MSDOS.
  343.     (open_extra_files): Likewise.
  344.     (done): On MSDOS, unlink temp files here, not in openfiles.
  345.  
  346.     * machine.h (BITS_PER_WORD): 16 on MSDOS.
  347.     (MAXTABLE): Now defined in this file.
  348.  
  349.     * system.h: New file includes system-dependent headers.
  350.     All relevant .c files include it.
  351.  
  352. Thu Apr 27 17:00:47 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  353.  
  354.     * version.c: Version 1.01.
  355.  
  356. Tue Apr 18 12:46:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  357.  
  358.     * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  359.     mention conflicts if > 0.
  360.  
  361. Sat Apr 15 17:36:18 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  362.  
  363.     * reader.c (packsymbols): Start new symbols after 256.
  364.  
  365. Wed Apr 12 14:09:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  366.  
  367.     * reader.c (reader): Always assign code 256 to `error' token.
  368.     Always set `translations' to 1 so this code gets handled.
  369.     * bison.simple (YYERRCODE): Define it.
  370.  
  371. Tue Apr 11 19:26:32 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  372.  
  373.     * conflicts.c: If GNU C, use builtin alloca.
  374.  
  375.     * Makefile (install): Delete parser files before copying them.
  376.  
  377. Thu Mar 30 13:51:17 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  378.  
  379.     * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  380.  
  381.     * Makefile (dist): Include ChangeLog in distrib.
  382.  
  383. Thu Mar 23 15:19:41 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  384.  
  385.     * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  386.     lex.c main.c nullable.c output.c print.c reader.c reduce.c
  387.     symtab.c warshall.c:  A first pass at getting gcc -Wall to shut up.
  388.     Mostly declared    functions as void, etc.
  389.  
  390.     * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  391.     where it belongs.
  392.  
  393. Wed Mar  1 12:33:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  394.  
  395.     * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  396.     files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  397.     reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  398.     gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  399.     LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  400.     accord with the new General Public License.
  401.     * COPYING: Made a link to the new copying file.
  402.  
  403. Wed Feb 22 06:18:20 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  404.  
  405.     * new.h (FREE): Alternate definition for __STDC__ avoids error
  406.     if `free' returns void.
  407.  
  408. Tue Feb 21 15:03:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  409.  
  410.     * reader.c (read_declarations): Double a `%' in a format string.
  411.     (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  412.     (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  413.     (copy_action): change a `fatal' to `fatals'.
  414.  
  415.     * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  416.  
  417. Sat Feb 18 08:49:57 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  418.  
  419.     * bison.simple [sparc]: Include alloca.h.
  420.  
  421. Wed Feb 15 06:24:36 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  422.  
  423.     * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  424.  
  425. Sat Jan 28 18:19:05 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  426.  
  427.     * bison.simple: Avoid comments on `#line' lines.
  428.  
  429.     * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  430.  
  431. Mon Jan  9 18:43:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  432.  
  433.     * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  434.     * reduce.c (print_notices): likewise.
  435.  
  436.     * lex.c (lex): Handle \v, and \x hex escapes.
  437.  
  438.     * reader.c (reader): Merge output_ltype into here.
  439.     Don't output YYLTYPE definition to .tab.h file
  440.     unless the @ construct is used.
  441.  
  442.     * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  443.     * reader.c (output_ltype): Don't output them here.
  444.  
  445.     * bison.simple: YYDEBUG now should be 0 or 1.
  446.     * output.c (output): For YYDEBUG, output conditional to define it
  447.     only if not previously defined.
  448.  
  449. Mon Jan  2 11:29:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  450.  
  451.     * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  452.     (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  453.     (yyparse): Don't declare yydebug here.
  454.  
  455. Thu Dec 22 22:01:22 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  456.  
  457.     * reduce.c (print_notices): Typo in message.
  458.  
  459. Sun Dec 11 11:32:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  460.  
  461.     * output.c (pack_table): Free only nonzero the elts of froms & tos.
  462.  
  463. Thu Dec  8 16:26:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  464.  
  465.     * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  466.     * reader.c (packgram): Allocate it and fill it in.
  467.     * reduce.c (inaccessable_symbols): Use it to set V1.
  468.     * reduce.c (print_results): Don't complain about useless token
  469.     if it's in V1.
  470.  
  471. Mon Dec  5 14:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  472.  
  473.     * machine.h (RESETBIT, BITISSET): New macros.
  474.     (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  475.  
  476.     * reduce.c: New file, by David Bakin.  Reduces the grammar.
  477.     * Makefile: Compile it, link it, put it in dist.
  478.  
  479.     * main.c (main): Call reduce_grammar (in reduce.c).
  480.  
  481. Thu Nov 17 18:33:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  482.  
  483.     * conflicts.c: Don't declare alloca if including alloca.h.
  484.  
  485.     * bison.cld: Define qualifiers `nolines', `debug'.
  486.     * vmsgetargs.c (getargs): Handle them.
  487.  
  488.     * output.c (output_program): Notice `nolinesflag'.
  489.  
  490.     * output.c (output_parser): Simplify logic for -l and #line.
  491.     Avoid writing EOF char into output.
  492.  
  493. Wed Oct 12 18:00:03 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  494.  
  495.     * Implement `-l' option.
  496.     * getopt.c: Set flag `nolinesflag'.
  497.     * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  498.     Obey that flag; don't generate #line.
  499.     * output.c (output_parser): Discard #line's when copying the parser.
  500.  
  501. Mon Sep 12 16:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  502.  
  503.     * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  504.  
  505. Thu Sep  8 20:09:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  506.  
  507.     * bison.simple: Correct number in #line command.
  508.     (yyparse): Call YYABORT instead of YYERROR, due to last change in
  509.     output_ltype.
  510.  
  511. Mon Sep  5 14:55:30 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  512.  
  513.     * Makefile: New variable LIBS.  Alternatives for USG.
  514.     * conflicts.c [USG]: Define bcopy.
  515.     * symtab.c [USG]: Include string.h instead of strings.h.
  516.  
  517.     * conflicts.c [sparc]: Include alloca.h.
  518.  
  519. Tue Aug  2 08:38:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  520.  
  521.     * reader.c (parse_token_decl): Ignore commas.
  522.  
  523. Sat Jun 25 10:29:20 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  524.  
  525.     * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  526.  
  527. Fri Jun 24 11:25:11 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  528.  
  529.     * getargs.c (getargs): -t sets debugflag.
  530.     Eliminate upper case duplicate options.
  531.     * output.c (output): If debugflag, output `#define YYDEBUG'.
  532.  
  533. Thu May 26 06:04:21 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  534.  
  535.     * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  536.     Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  537.  
  538.     * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  539.  
  540. Tue May 17 12:15:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  541.  
  542.     * conflicts.c: Declare alloca.
  543.     * reader.c: Declare realloc.
  544.     * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  545.  
  546. Thu May  5 14:36:03 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  547.  
  548.     * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  549.     * reader.c (copy_guard, copy_action): Notice if `@' is used.
  550.     (reader): If it was, output `#define YYLSP_NEEDED'.
  551.  
  552. Mon Apr 18 04:54:32 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  553.  
  554.     * bison.simple: New variable yynerr counts calls to yyerror.
  555.  
  556.     * lex.c (lex, case '='): Update lineno when skipping a newline.
  557.  
  558.     * reader.c (parse_expect_decl): ungetc the char that ends the number;
  559.     don't read any further.  This handles multi-line comments right
  560.     and avoids incorrect lineno.
  561.  
  562.     * reader.c: Delete duplicate decl of symval.
  563.  
  564.     * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  565.  
  566. Local Variables:
  567. mode: indented-text
  568. left-margin: 8
  569. fill-column: 76
  570. version-control: never
  571. End:
  572.